int get_int()
None
Returns an integer loaded from the opened file.
This function reads an integer from the opened file. It is just like doing a fscanf(fp,"%i",&var).